Skip to content

Conversation

@denialhaag
Copy link
Member

Description

This PR updates the license to 2026.

Checklist:

  • The pull request only contains commits that are focused and relevant to this change.
  • I have added appropriate tests that cover the new/changed functionality.
  • I have updated the documentation to reflect these changes.
  • The changes follow the project's style guidelines and introduce no new warnings.
  • The changes are fully tested and pass the CI checks.
  • I have reviewed my own code changes.

@denialhaag denialhaag requested a review from burgholzer January 12, 2026 12:27
@denialhaag denialhaag self-assigned this Jan 12, 2026
@denialhaag denialhaag added the documentation Improvements or additions to documentation label Jan 12, 2026
@coderabbitai
Copy link

coderabbitai bot commented Jan 12, 2026

Warning

Rate limit exceeded

@denialhaag has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 0 minutes and 43 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between dc20a0f and 0d285b0.

⛔ Files ignored due to path filters (2)
  • docs/_static/error_budget_approach.svg is excluded by !**/*.svg
  • webpage/public/tum_logo.svg is excluded by !**/*.svg
📒 Files selected for processing (58)
  • .license-tools-config.json
  • .pre-commit-config.yaml
  • LICENSE.md
  • docs/conf.py
  • notebooks/qubo_tools/input/graph.txt
  • notebooks/qubo_tools/tsp.ipynb
  • noxfile.py
  • pyproject.toml
  • sitecustomize.py
  • src/mqt/problemsolver/__init__.py
  • src/mqt/problemsolver/_version.pyi
  • src/mqt/problemsolver/csp.py
  • src/mqt/problemsolver/equivalence_checking/equivalence_checking.py
  • src/mqt/problemsolver/partial_compiler/evaluator.py
  • src/mqt/problemsolver/partial_compiler/qaoa.py
  • src/mqt/problemsolver/qubo_tools/__init__.py
  • src/mqt/problemsolver/qubo_tools/device.py
  • src/mqt/problemsolver/qubo_tools/pathfinder/__init__.py
  • src/mqt/problemsolver/qubo_tools/pathfinder/cost_functions.py
  • src/mqt/problemsolver/qubo_tools/pathfinder/graph.py
  • src/mqt/problemsolver/qubo_tools/pathfinder/pathfinder.py
  • src/mqt/problemsolver/qubo_tools/pathfinder/tsplib.py
  • src/mqt/problemsolver/qubo_tools/qubo_generator.py
  • src/mqt/problemsolver/resource_estimation/__init__.py
  • src/mqt/problemsolver/resource_estimation/error_budget_optimization/__init__.py
  • src/mqt/problemsolver/resource_estimation/error_budget_optimization/evaluate.py
  • src/mqt/problemsolver/resource_estimation/error_budget_optimization/generate_data.py
  • src/mqt/problemsolver/resource_estimation/error_budget_optimization/training.py
  • src/mqt/problemsolver/resource_estimation/fault_tolerant_optimization/__init__.py
  • src/mqt/problemsolver/resource_estimation/fault_tolerant_optimization/generate_data.py
  • src/mqt/problemsolver/satellite_solver/__init__.py
  • src/mqt/problemsolver/satellite_solver/algorithms.py
  • src/mqt/problemsolver/satellite_solver/evaluator.py
  • src/mqt/problemsolver/satellite_solver/imaging_location.py
  • src/mqt/problemsolver/satellite_solver/utils.py
  • src/mqt/problemsolver/tsp.py
  • stubs/sympy/__init__.pyi
  • tests/qubo_tools/__init__.py
  • tests/qubo_tools/pathfinder/__init__.py
  • tests/qubo_tools/pathfinder/test_cost_functions.py
  • tests/qubo_tools/pathfinder/test_json_input.py
  • tests/qubo_tools/pathfinder/test_pathfinder.py
  • tests/qubo_tools/pathfinder/test_tsplib_input.py
  • tests/qubo_tools/pathfinder/utils_test.py
  • tests/qubo_tools/test_circuit_generation.py
  • tests/qubo_tools/test_device.py
  • tests/qubo_tools/test_graph.py
  • tests/resource_estimation/test_error_budget_optimization.py
  • tests/resource_estimation/test_fault_tolerant_optimization.py
  • tests/test_csp.py
  • tests/test_equivalence_checking.py
  • tests/test_qaoa.py
  • tests/test_satellite_solver.py
  • tests/test_tsp.py
  • webpage/app/settings.ts
  • webpage/next.config.js
  • webpage/postcss.config.js
  • webpage/types/react-graph.vis.d.ts

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link

codecov bot commented Jan 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@denialhaag denialhaag merged commit c20f3d8 into main Jan 12, 2026
14 of 15 checks passed
@denialhaag denialhaag deleted the update-license branch January 12, 2026 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants